projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fce681
)
Seal priv pointer in GtkUIManager.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:35 +0000
(11:06 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:06:35 +0000
(11:06 +0000)
svn path=/trunk/; revision=20586
gtk/gtkuimanager.h
patch
|
blob
|
history
diff --git
a/gtk/gtkuimanager.h
b/gtk/gtkuimanager.h
index 62f544fb4c51e713df16b229c3921647f3dc7c88..1b1765f2fef8352344c1f79accbccac3f96f9a28 100644
(file)
--- a/
gtk/gtkuimanager.h
+++ b/
gtk/gtkuimanager.h
@@
-62,7
+62,7
@@
struct _GtkUIManager {
/*< private >*/
- GtkUIManagerPrivate *
private_data
;
+ GtkUIManagerPrivate *
GSEAL (private_data)
;
};
struct _GtkUIManagerClass {